This is a little program that gives you the square root of a number in radical form(what math teachers want) instead of an approximation. Therefore √12 is 2√3 rather than 3.1… (although it also gives you that). It should probably be used as a desk accesory.
The controls are pretty simple type in a number and depending on what the number is it does the following
Perfect Square: displays the square root.
Can be reduced: displays reduced square as well as decimal approximation.
Can't be reduced: displays √x as well as decimal approximation.
Negative number: displays √-x (square roots of negative numbers are not real numbers)
This program is FreeWare. I don't guarantee that it will work on all computers I've tested it on a Classic II and IIsi and it worked fine.
If you find any bugs or can think of any features you want please e-mail me I will try to fix all bugs and incorporate any suggestions you have that I think are good.